home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / diag / yas2c.zip / COMPILE.CED next >
Text File  |  1994-03-30  |  414b  |  28 lines

  1. /*
  2.  * $VER: Compile.ced 1.00 ⌐ 1994 Mike Austin 
  3.  */
  4.  
  5. OPTIONS RESULTS
  6.  
  7. Main:
  8.     SETCLIP("CEDNEW", "NO")
  9.  
  10.     ADDRESS "rexx_ced"
  11.  
  12.     'STATUS' 18
  13.     if result > 0 then
  14.         'SAVE'
  15.  
  16.     'STATUS' 21; WorkFile = result
  17.     'STATUS' 20; WorkDir = result
  18.  
  19.     ADDRESS "COMMAND"
  20.  
  21.     if ~SHOW("PORTS", "SC_SCMSG") then
  22.         'Run >NIL: <NIL: SC:C/scmsg'
  23.  
  24.     'C:Execute S:Compile.ced "'WorkDir'" "'WorkFile'"'
  25.  
  26.     'SYS:RexxC/rx REXX:NextError.ced'
  27. return
  28.